home *** CD-ROM | disk | FTP | other *** search
/ Business Shareware / Business Shareware.iso / start / gfxapps / jpeg4 / readme < prev    next >
Text File  |  1993-02-08  |  5KB  |  109 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. This distribution contains MS-DOS executable copies of version 4 of the
  5. Independent JPEG Group's free JPEG software.  You are welcome to redistribute
  6. this software and to use it for any purpose, subject to the conditions under
  7. LEGAL ISSUES, below.
  8.  
  9. This software should run on any MS-DOS machine with DOS version 3 or later,
  10. although we have not tested it with anything older than DOS 5.  You can also
  11. run it in a DOS window under Windows 3.x, and it should run under OS/2 as well.
  12. A minimum of 450Kb of free memory is recommended.  Extended or expanded memory
  13. is helpful; the more the better!
  14.  
  15. For usage instructions, see the file USAGE.  Useful information can also be
  16. found in the JPEG FAQ (Frequently Asked Questions) article, posted regularly
  17. in the Usenet news.answers newsgroup.
  18.  
  19. Please report any problems with this software to jpeg-info@uunet.uu.net.
  20.  
  21.  
  22. ABOUT JPEG FILE FORMATS
  23. =======================
  24.  
  25. CAUTION: Handmade Software's shareware PC program GIF2JPG produces files that
  26. are totally incompatible with our programs (and everyone else's too).  They
  27. use a proprietary format that is an amalgam of GIF and JPEG representations.
  28. However, you can force GIF2JPG to produce compatible files with its -j switch,
  29. and their decompression program JPG2GIF can read our files (at least ones
  30. produced with our default option settings).
  31.  
  32. The file format we have adopted is called JFIF.  This format has been agreed
  33. to by a number of major commercial JPEG vendors, and we expect that it will
  34. become the de facto standard.  JFIF is a minimal representation; work is also
  35. going forward to incorporate JPEG compression into the TIFF 6.0 standard, for
  36. use in "high end" applications that need to record a lot of additional data
  37. about an image.  We intend to support TIFF 6.0 in the future.  We hope that
  38. these two formats will be sufficient and that other, incompatible JPEG file
  39. formats will not proliferate.
  40.  
  41. Indeed, part of the reason for developing and releasing this free software is
  42. to help force rapid convergence to de facto standards for JPEG file formats.
  43. SUPPORT STANDARD, NON-PROPRIETARY FORMATS: demand JFIF or TIFF 6.0!
  44.  
  45.  
  46. LEGAL ISSUES
  47. ============
  48.  
  49. The authors make NO WARRANTY or representation, either express or implied,
  50. with respect to this software, its quality, accuracy, merchantability, or
  51. fitness for a particular purpose.  This software is provided "AS IS", and you,
  52. its user, assume the entire risk as to its quality and accuracy.
  53.  
  54. This software is copyright (C) 1991, 1992, Thomas G. Lane.
  55. All Rights Reserved except as specified below.
  56.  
  57. Permission is hereby granted to use, copy, modify, and distribute this
  58. software (or portions thereof) for any purpose, without fee, subject to these
  59. conditions:
  60. (1) If any part of the source code for this software is distributed, then this
  61. README file must be included, with this copyright and no-warranty notice
  62. unaltered; and any additions, deletions, or changes to the original files
  63. must be clearly indicated in accompanying documentation.
  64. (2) If only executable code is distributed, then the accompanying
  65. documentation must state that "this software is based in part on the work of
  66. the Independent JPEG Group".
  67. (3) Permission for use of this software is granted only if the user accepts
  68. full responsibility for any undesirable consequences; the authors accept
  69. NO LIABILITY for damages of any kind.
  70.  
  71. Permission is NOT granted for the use of any IJG author's name or company name
  72. in advertising or publicity relating to this software or products derived from
  73. it.  This software may be referred to only as "the Independent JPEG Group's
  74. software".
  75.  
  76. We specifically permit and encourage the use of this software as the basis of
  77. commercial products, provided that all warranty or liability claims are
  78. assumed by the product vendor.
  79.  
  80.  
  81. We are required to state that
  82.     "The Graphics Interchange Format(c) is the Copyright property of
  83.     CompuServe Incorporated.  GIF(sm) is a Service Mark property of
  84.     CompuServe Incorporated."
  85.  
  86.  
  87. SOURCE CODE
  88. ===========
  89.  
  90. The source code from which this software was generated is freely available.
  91. The "official" archive site for the source code is ftp.uu.net (Internet
  92. address 137.39.1.9 or 192.48.96.9).  The most recent released version can
  93. always be found there in directory graphics/jpeg.  This particular version is
  94. jpegsrc.v4.tar.Z.  If you are on the Internet, you can retrieve files from
  95. UUNET by anonymous FTP.  If you don't have FTP access, UUNET's archives are
  96. also available via UUCP; contact postmaster@uunet.uu.net for information on
  97. retrieving files that way.
  98.  
  99. The source is also available in the SIMTEL20 archives (graphics/jpegsrc4.zip)
  100. and on CompuServe (exact location not known yet).  These copies are ZIP files
  101. which may be easier for PC users to deal with.
  102.  
  103. You are welcome to use the source code in other JPEG-related programs.
  104. The conditions for doing so may be found in LEGAL ISSUES, above.
  105.  
  106. The executables in this package were compiled using Microsoft C 6.00A.
  107. Note that the user interface (files jcmain.c and jdmain.c) differs from
  108. the Unix-style user interface found in the main IJG distribution.
  109.